Re: [INTERFACES] applet don't go - Mailing list pgsql-interfaces

From Herouth Maoz
Subject Re: [INTERFACES] applet don't go
Date
Msg-id l03110706b25a4dd58e74@[147.233.159.109]
Whole thread Raw
In response to applet don't go  (Andrea Antibo <antibo@mclink.it>)
Responses Re: [INTERFACES] applet don't go
Re: [INTERFACES] applet don't go
List pgsql-interfaces
At 17:32 +0200 on 26/10/98, Andrea Antibo wrote:


> I wrote un applet that link postgres, it works fine only if I run it by
> appletviewer. By netscape it don't works.
>
> What I can do?

Applets allow you to connect only to the server on which they live
themselves. That is, if  the Applet's source URL is on machine aaa.bbb.com,
the datbase to which you connect must also be on aaa.bbb.com

Appletviewer is more lenient about this, to allow you to test things from
your own machine etc.

Solutions:

Run Postgres on the same machine as the applet.

or

Write a server which does the connection on behalf of your applet and
returns it the results, and run it on the applet's machine.

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma



pgsql-interfaces by date:

Previous
From: Andrea Antibo
Date:
Subject: applet don't go
Next
From: Tom Lane
Date:
Subject: Re: [INTERFACES] large object error